'Declaration
Public Function FindNearestItem( _ ByVal Direction As SearchDirectionHint, _ ByVal X As Integer, _ ByVal Y As Integer _ ) As Integer
public int FindNearestItem( SearchDirectionHint Direction, int X, int Y )
public function FindNearestItem( Direction: SearchDirectionHint; X: Integer; Y: Integer ): Integer;
public function FindNearestItem( Direction : SearchDirectionHint, X : int, Y : int ) : int;
public: int FindNearestItem( SearchDirectionHint Direction, int X, int Y )
public: int FindNearestItem( SearchDirectionHint Direction, int X, int Y )
Parameters
- Direction
- X
- Y